Make non-ASCII strings in ui files work
authorMatthias Clasen <mclasen@redhat.com>
Fri, 3 Oct 2014 01:28:43 +0000 (21:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 3 Oct 2014 01:28:43 +0000 (21:28 -0400)
commitb3d90fe51bb83b61b39e75ed513683ca00483d8b
treec7845256a4599d8010c02228158726184502f1a2
parent6a214c9bcd78be3814a125d52e4d1eb3ac7d2256
Make non-ASCII strings in ui files work

Our extractor tool was not calling setlocale(), thus it only
produced output in the C locale, ie ASCII. Oops.
util/extract-strings.c